Pros and cons of integrated vs. standalone tools [closed]

Posted by eckes on Programmers See other posts from Programmers or by eckes
Published on 2012-03-30T09:49:38Z Indexed on 2012/03/30 11:40 UTC
Read the original article Hit count: 189

Filed under:
|

When it comes to version control, for example, there seem to be two different types of users:

  • those using standalone VCS tools
  • those using integrated tools from their IDE

In my opinion, both have pros:

Integrated tools

  • do everything out of the IDE, no need to leave the environment you're used to
  • ...

Standalone tools

  • usable for every type of project, not only for those associated with an IDE
  • always behave the same (e.g. no difference like Eclipse-SVN-Client vs. AnkhSVN client for VS)
  • ...

I would be interested in your opinions and use cases.

© Programmers or respective owner

Related posts about tools

Related posts about ide